.progress-wrap {
	position: fixed;
	z-index: 3;
	right: 5.8%;
	bottom: 15%;
	display: none;
	transition: all 0.4s ease-in 0s;
	-webkit-transition: all 0.4s ease-in 0s;
	-moz-transition: all 0.4s ease-in 0s;
	-ms-transition: all 0.4s ease-in 0s;
	-o-transition: all 0.4s ease-in 0s;
	opacity: 0;
	visibility: hidden;
}

.progress-wrap.active {
	opacity: 1;
	visibility: visible;
}

.progress-wrap a {
	outline: none;
	border: none;
	text-decoration: none;
	width: 3.25em;
	height: 3.25em;
	position: relative;
	display: block;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	background-color: #fff;
	-webkit-filter: drop-shadow(0px 0px 12px rgba(44, 75, 114, 0.1));
	filter: drop-shadow(0px 0px 12px rgba(44, 75, 114, 0.1));
}

.progress-wrap a svg path {
	fill: none;
}

.progress-wrap a svg.progress-circle path {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	stroke-width: 4;
	stroke: #294782;
	transition: all 0.4s linear 0s;
	-webkit-transition: all 0.4s linear 0s;
	-moz-transition: all 0.4s linear 0s;
	-ms-transition: all 0.4s linear 0s;
	-o-transition: all 0.4s linear 0s;
}

.progress-wrap a span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.progress-wrap {
	display: inline-block;
}


/* 首页简介数据样式 */
.shuju {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.shuju .shuju-item {
	width: 25%;
	text-align: center;
	color: #eee;
	margin-top: 70px;
	border-right: 1px solid #bbb;
}

.shuju .shuju-item h2 {
	color: #fff;
	font-weight: bold;
	height: 80px;
	line-height: 80px;
	font-size: 36px;

}

.shuju .shuju-item:last-child {
	border-right: 0px solid #ddd;
}

.shuju .shuju-item .shuju-text {
	font-size: 16px;
	font-weight: normal;
}



/* 关于我们演示 */
.about-shuju {
	background: url(/uploads/allimg/20240207/1-24020G40324P1.jpg) center center no-repeat;
	width: 100%;
	height: 750px;
	overflow: hidden;
}

.about-shuju .container {
	padding-left: 0;
	padding-right: 0;
}

.about-shuju .myshuju, .myyoushi {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	/* border-right: 1px solid #bbb; */
}

.about-shuju .myshuju .mysj-item {
	width: 25%;
	height: 750px;
	padding-top: 280px;
	border-left: 1px solid #bbb;
	text-align: center;
	background: transparent;
	transition: all .6s;
}

.about-shuju .myshuju .mysj-item:hover {
	background: rgba(0, 0, 0, 0.35);
}

.about-shuju .myshuju .mysj-item .sj-icon span {
	font-size: 60px;
}

.about-shuju .myshuju .sj-shuju h3 {
	font-size: 36px;
	font-weight: normal;
	color: #fff;
	margin-top: 35px;

}

.about-shuju .myshuju .sj-text {
	font-size: 16px;
	font-weight: normal;
	height: 50px;
	line-height: 50px;
}

.container.about-youshi {
	padding: 0;


}


.myyoushi .ys-item {
	height: 550px;
	width: calc(25% - 30px);
	margin: 0 15px;
	background-color: #000;
	text-align: center;
	color: #fff;
}
.myyoushi .ys-item .ys-hover{
	padding-top: 60px;
	width: 100%;
	height: 100%;
	/* background-color: #f00; */
	background: rgba(41, 71, 130, 0.25);
	transition: all .6s;

}
.myyoushi .ys-item .ys-hover p{
	opacity: 0;
	transition: all .5s;
}
.myyoushi .ys-item .ys-hover:hover p{
	opacity: 100;
}

.myyoushi .ys-item .ys-hover:hover{

	background: rgba(41, 71, 130, 100);
	
}

.myyoushi .ys-item h3 {
	width: 100%;
	/* margin-top: 60px; */
	height: 50px;
	line-height: 50px;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
}

.myyoushi .ys-item p {
	font-size: 16px;
	line-height: 30px;
	padding: 30px 30px;
	margin-top: 100px;
}